Improve treatment of touch screen input by rmc and its callers
authorPo Lu <luangruo@yahoo.com>
Mon, 17 Jun 2024 04:11:25 +0000 (12:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 17 Jun 2024 09:45:48 +0000 (17:45 +0800)
commit6aa5068ac71cb1b8e46c299138f99fea44319146
tree591cb40ab9c6e43f03b6d1e7c84d38a16f0ae85e
parent7be66d8223e49489b2803c0ff027f1824d774441
Improve treatment of touch screen input by rmc and its callers

* lisp/emacs-lisp/rmc.el (read-multiple-choice--short-answers):
Run touch screen event translation on touch screen events
received, and respond to pinch, tap and scrolling gestures.

* lisp/net/nsm.el (nsm-query-user): Disable use-dialog-box in
the details window.

* lisp/touch-screen.el (touch-screen-translate-touch): Autoload.
lisp/emacs-lisp/rmc.el
lisp/net/nsm.el
lisp/touch-screen.el